Implement new PIF-based network model, and match movement of I/O-statistics.
authorEwan Mellor <ewan@xensource.com>
Thu, 26 Oct 2006 14:59:51 +0000 (15:59 +0100)
committerEwan Mellor <ewan@xensource.com>
Thu, 26 Oct 2006 14:59:51 +0000 (15:59 +0100)
commit75fc47c34f8c26a7bf596e4ba4da1bd8f1b57bb3
tree01df2724bb0f55046866bc228efdc6b142a6dd58
parent90a38027f49d1f5adc8a54357d770480dc1568a3
Implement new PIF-based network model, and match movement of I/O-statistics.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/include/xen_host.h
tools/libxen/include/xen_network.h
tools/libxen/include/xen_pif.h [new file with mode: 0644]
tools/libxen/include/xen_pif_decl.h [new file with mode: 0644]
tools/libxen/include/xen_vbd.h
tools/libxen/include/xen_vif.h
tools/libxen/src/xen_host.c
tools/libxen/src/xen_network.c
tools/libxen/src/xen_pif.c [new file with mode: 0644]
tools/libxen/src/xen_vbd.c
tools/libxen/src/xen_vif.c